gtk: clean up GtkWidget signals
authorMichael Natterer <mitch@gimp.org>
Wed, 20 Oct 2010 14:58:18 +0000 (16:58 +0200)
committerMichael Natterer <mitch@gimp.org>
Wed, 20 Oct 2010 15:02:38 +0000 (17:02 +0200)
commitc2f29f2cefd7d880b1c1357070c8444a1fbb7b33
tree78b8b28e367462ef98fcb800b5a66582d68240fe
parentef9a6f205cc4a3a6c0d03c24a5b1e5e1b5157191
gtk: clean up GtkWidget signals

- add slots for damage-event, move-focus and keynav-failed
- reorder signals a bit so related stuff is grouped together
- some indentation fixes in the GtkWidgetClass
- remove the move-focus compat hack from GtkTextView
- turn the move-focus compat hack in GtkWindow into properly
  implementing GtkWidget::move-focus()
gtk/gtktextview.c
gtk/gtktextview.h
gtk/gtkwidget.c
gtk/gtkwidget.h
gtk/gtkwindow.c
gtk/gtkwindow.h